CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高斯模型 c

搜索资源列表

  1. sho.rar

    0下载:
  2. 基于c++的,运用opencv开发包的高斯混合模型,用于视频中运动物体的检测,Based on c++ And use the development package opencv Gaussian mixture model for moving objects in video detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:1296350
    • 提供者:倪建军
  1. GMM

    1下载:
  2. 混合高斯模型的C++程序,封装成为C++的类,直接调用即可。-gaussian mixture model train code
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:20888
    • 提供者:jiangkaihua
  1. BGFG_CODEBOOK

    1下载:
  2. 基于码书的运动目标检测是和混合高斯模型(MoG,GMM)类似的而简单有效的背景剪除方法,附件是VC++6.0编写的基于码书的运动目标检测,可直接读取摄像头,也可改为读取硬盘视频文件,需安装Opencv1.1-Codebook-based moving target detection and Gaussian mixture model (MoG, GMM) and a similar cut off the background simple and effective method of a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2741451
    • 提供者:梁浩
  1. backgroundSubtraction_v0

    0下载:
  2. 基于graphcut的背景建模程序,其中具备阴影去除功能,建模时对rgb三个颜色通道进行了高斯模型训练。程序需要OpenCV 1.0 的支持。-This is a C implementation of background subtraction given a set of background frames as a training set.The background model is per-pixel RGB space Gaussian, assuming independenc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:14808
    • 提供者:taotaoking
  1. ga

    0下载:
  2. 基于混合高斯模型的背景建模方法的实现,用C++语言编写-Gaussian mixture model-based background modeling method of implementation, with C++ language
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:1228
    • 提供者:liuli
  1. CvBSLibGMM

    0下载:
  2. 改进的高斯混合模型用于运动目标的检测和分割,利用C++和matlab混合编程.-Improved Gaussian mixture model for moving object detection and segmentation, the use of C++ and matlab programming mixed.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:271149
    • 提供者:杨佳
  1. GMM

    2下载:
  2. 实现混合高斯模型的聚类算法 利用最大似然估计和最大期望的方法来实现混合高斯模型-Gaussian mixture model to achieve clustering algorithm using the maximum likelihood estimation and the greatest way to achieve the desired mixed-Gaussian model
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:233689
    • 提供者:realwill
  1. pcnn

    0下载:
  2. 脉冲耦合神经网络与高斯模型结合的运动目标检测-pcnn
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:37095
    • 提供者:球王
  1. 300

    1下载:
  2. 了一种基于融合和广义高斯模型的遥感影像变化检测算法。该算法融合差值影像和比值影像的结 果构造差异影像,然后运用灰度形态学对差异影像进行顾及空间邻域关系的处理,再对处理后的结果运用广义高 斯分布模型估计变化与非变化像元的概率密度参数,最后采用改进的O2 算法计算最佳分割阈值,提取变化区域。 实验结果表明,所提出的变化检测算法稳健、高效,具有较大的实用价值。-0LDI TCTUG TGUIUNVI C MLCNEU WUVUMVD5N CTTG5CML 5X GUB5VU IUNIDNE
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:304117
    • 提供者:liangr
  1. gussmix

    0下载:
  2. 本程序是对混合高斯模型的改进,从RGB空间转化到HSV空间。运行时要装OPENCV-This program is a Gaussian mixture model improvement, space conversion from RGB to HSV space
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:1485
    • 提供者:秦瑶
  1. gmm2n

    0下载:
  2. 集合混合高斯模型的图像目标分割算法的VC实现-Gaussian mixture model for image set goals to achieve segmentation algorithm VC
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4565304
    • 提供者:许浩然
  1. laplacianofGaussian

    0下载:
  2. 拉普拉斯和高斯模型,用c/c++语言实现。程序相关文件非常完整。-Laplace and Gaussian model, with c/c++ language. Program-related documents are complete.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:242053
    • 提供者:二毛
  1. GMM_bg_ex

    0下载:
  2. Visual C++ 与 Opencv 联合实现的混合高斯模型背景提取与更新。-Opencv Visual C++ and the joint implementation of the Gaussian mixture model background extraction and updating.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:2047582
    • 提供者:dream
  1. GMM_background_src

    1下载:
  2. 基于有限混合高斯模型的数据分类 1、使用基于有限高斯混合模型的EM算法对数据样本进行归类 2、使用C++或者Matlab语言编程环境实现该算法,并用给定的数据包对算法的正确性进行检验 -Gaussian mixture model based on limited data classification 1, using the finite Gaussian mixture model based on EM algorithm to classify the data sam
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5302
    • 提供者:路江
  1. js_gmm_Lee

    0下载:
  2. 根据Lee与2005年发表的混合高斯模型背景建模的论文编写的源代码,可以作为对GMM算法改进的一个参考。-According to Lee s paper published in 2005 about GMM background modeling, it is written in C. It should be a reference for those who are intrested in GMM algorithm improvement.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:21939
    • 提供者:SONG CHU XUAN
  1. motion-detection-techniques

    0下载:
  2. 研究了基于混合高斯模型的运动目标检测技术,在分析了混合高斯模型的基本原理的基础上,使用了一种改进的混合高斯模型更新算法.在Visual C++6.0中利用OpenCV完成了相关算法,成功地提取出了运动目标和实验场景的背景,验证了该改进的混合高斯模型更新算法的可行性-OpenCV-based motion detection techniques I have read some articles, I feel you can, share
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:388425
    • 提供者:mei88
  1. Gcvrara

    0下载:
  2. 混合高斯模型车辆运动检测 [VVisual C++]检测效果不错 -Gaussian mixture model vehicle motion detection [VVisual C++] detected well
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:129573
    • 提供者:lusanman
  1. gmm

    0下载:
  2. 混合高斯背景建模C++源程序 在进行前景检测前,先对背景进行训练,对图像中每个背景采用一个混合高斯模型进行模拟,每个背景的混合高斯的个数可以自适应。-Before the the mixed Gaussian background the modeling C++ source. During foreground detection, background training, each background image using a Gaussian mixture model simu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-07
    • 文件大小:6831
    • 提供者:sjtu-lsz
  1. BLkg19

    0下载:
  2. Visual C++ 中对视频基于混合高斯模型的目标检测-Gaussian mixture model-based target detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:1442576
    • 提供者:杨洋
  1. 改进的高斯混合背景模型的实现

    1下载:
  2. 利用改进的高斯混合模型对前景目标的提取有较好的作用,这是基于OpenCV的C++程序,请安装OpenCV库进行调试(The improved Gauss mixture model has a good effect on foreground target extraction. This is a C++ program based on OpenCV. Please install OpenCV library for debugging)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:jiaweihao
« 12 3 »
搜珍网 www.dssz.com